7. Clock Signals
SysClk and SysClk* are used to drive an on-chip phase-locked loop (PLL), which multiplies the system clock to create an internal processor clock, PClk.
The R10000 processor always communicates with the system at the SysClk frequency, and PClk always runs at a frequency-multiple of SysClk, according to the following formula:
For example, in a 50 MHz system with SysClkDiv = 7 and SCClkDiv=2,
PClk= 50*8/2 = 200 MHz.